home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1993 April
/
CICA MS Windows - April 1993.iso
/
bbs
/
wildcat
/
_lint.bak
next >
Wrap
Text File
|
1993-04-19
|
6KB
|
125 lines
--- Module: install.c
_
if (-1 == (fd = open("filearea.dat", O_RDWR | O_BINARY))) {
install.c 51 Warning 569: Loss of information (arg. no. 2) (16 bits to 15
bits)
_
while (1) {
install.c 58 Info 716: while(1) ...
_
if (i != sizeof(struct file_area_rec_type)) {
install.c 63 Info 737: Loss of sign in promotion from int to unsigned int
_
if (-1 == (fd = open("filearea.dat", O_RDWR | O_BINARY))) {
install.c 103 Warning 569: Loss of information (arg. no. 2) (16 bits to 15
bits)
_
setvbuf(fh, vbuf, _IOFBF, 2998);
install.c 115 Warning 534: Return mode of setvbuf inconsistent with line 170,
file i:\bcc\include\stdio.h
_
while (1) {
install.c 118 Info 716: while(1) ...
_
if (i != sizeof(struct file_area_rec_type)) {
install.c 123 Info 737: Loss of sign in promotion from int to unsigned int
_
if (i != sizeof(struct file_area_rec_type)) {
install.c 136 Info 737: Loss of sign in promotion from int to unsigned int
_
i = strlen(description);
install.c 176 Info 713: Loss of precision (assignment) (unsigned int to int)
_
strncpy(area.area_name, description, i);
install.c 180 Info 732: Loss of sign (arg. no. 3) (int to unsigned int)
_
if (i != sizeof(struct file_area_rec_type)) {
install.c 185 Info 737: Loss of sign in promotion from int to unsigned int
_
setvbuf(fh, vbuf, _IOFBF, 7998);
install.c 212 Warning 534: Return mode of setvbuf inconsistent with line 170,
file i:\bcc\include\stdio.h
_
setvbuf(fh, vbuf, _IOFBF, 2998);
install.c 246 Warning 534: Return mode of setvbuf inconsistent with line 170,
file i:\bcc\include\stdio.h
_
setvbuf(output, vbuf2, _IOFBF, 2998);
install.c 253 Warning 534: Return mode of setvbuf inconsistent with line 170,
file i:\bcc\include\stdio.h
_
}
install.c 278 Warning 529: i (line 229) not subsequently referenced
install.c 278 Warning 529: description (line 233) not subsequently referenced
_
if (-1 == (fd = open("makewild.dat", O_RDWR | O_BINARY))) {
install.c 297 Warning 569: Loss of information (arg. no. 2) (16 bits to 15
bits)
_
if (i != sizeof(struct make_wild_record)) {
install.c 304 Info 737: Loss of sign in promotion from int to unsigned int
_
cprintf("What DOS drive letter is your CDROM drive?\n\r");
install.c 323 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
gets(buf);
install.c 324 Warning 534: Return mode of gets inconsistent with line 160,
file i:\bcc\include\stdio.h
_
while (1) {
install.c 331 Info 716: while(1) ...
_
cprintf("What area should this CDROM's areas start at?\n\r");
install.c 332 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
highest_filearea);
install.c 334 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
areas, highest_filearea + 1);
install.c 336 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
gets(buf);
install.c 338 Warning 534: Return mode of gets inconsistent with line 160,
file i:\bcc\include\stdio.h
_
start_area);
install.c 346 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
cprintf("with area %d.\n\r", highest_filearea + 1);
install.c 347 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
cprintf("The CDROM drive is DOS drive `%c'. The new areas will run from\n\r", letter);
install.c 354 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
start_area, start_area + areas, highest_filearea);
install.c 356 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
cprintf("If this is correct type 'y'.\n\r");
install.c 357 Warning 534: Return mode of cprintf inconsistent with line 118,
file i:\bcc\include\conio.h
_
gets(buf);
install.c 359 Warning 534: Return mode of gets inconsistent with line 160,
file i:\bcc\include\stdio.h
_
if (i != sizeof(struct make_wild_record)) {
install.c 372 Info 737: Loss of sign in promotion from int to unsigned int
_
}
install.c 386 Info 783: Line does not end with new-line
Info 715: argc (line 282, file install.c) not referenced
--- Wrap-up for Module: install.c
Info 754: local structure member dummy1 (line 36, file install.c) not
referenced